home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Programare / bluej / bluejsetup-200.exe / {app} / examples / people / Student.ctxt < prev    next >
Encoding:
BlueJ Class context  |  2004-09-15  |  677 b   |  15 lines

  1. #BlueJ class context
  2. comment0.target=class\ Student
  3. comment0.text=\nA\ class\ representing\ students\ for\ a\ simple\ BlueJ\ demo\ program.\n\n@author\ \ Michael\ Kolling\n@version\ 1.0,\ January\ 1999\n\n
  4. comment1.params=
  5. comment1.target=Student()
  6. comment1.text=\nCreate\ a\ student\ with\ default\ settings\ for\ detail\ information.\n\n
  7. comment2.params=name\ yearOfBirth\ studentID
  8. comment2.target=Student(String,int,String)
  9. comment2.text=\nCreate\ a\ student\ with\ given\ name,\ year\ of\ birth\ and\ student\ ID\n\n
  10. comment3.params=
  11. comment3.target=String\ getStudentID()
  12. comment3.text=\nReturn\ the\ student\ ID\ of\ this\ student.\n\n
  13. comment4.target=SID
  14. numComments=5
  15.